home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Desktop Improver / DosMan / D.LV.scp next >
AmigaDOS Script File  |  1996-09-26  |  532b  |  25 lines

  1. .KEY DATA
  2. .BRA {
  3. .KET }
  4.  
  5. ;     SCRIPT FILENAME: D.LV.scp            
  6. ;     DATE           : 05-02-95  
  7. ;     AUTHOR         : Peter Bagnato & Colin Thompson
  8. ;     DESCRIPTION    : Presents user with a selection of DOS Man Pages
  9.  
  10. ;====================================================================
  11. ;
  12. ;====================================================================
  13.  
  14. IF EXISTS ENV:LV
  15.  
  16.      run >nil: $radio $location/man/{data}
  17.      QUIT
  18.  
  19. ELSE
  20.  
  21.      echo "ERROR:" "You must select something from the ListView"
  22.      QUIT
  23.  
  24. ENDIF
  25.